PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldWidgetVisibility Enumeration
In This Topic
    PDFFieldWidgetVisibility Enumeration
    In This Topic
    Defines the supported field widget visibilities.
    Members
    MemberDescription
    HIDDENThe field widget is not visible on the page.
    HIDDEN_PRINTABLEThe field widget is not visible on the page but it prints.
    VISIBLEThe field widget is visible on the page.
    VISIBLE_NON_PRINTABLEThe field widget is visible on the page but it does not print.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.forms.PDFFieldWidgetVisibility

    See Also